home *** CD-ROM | disk | FTP | other *** search
/ Total Java Scripts / Total Java Scripts.iso / Utilities / buttonmakers / javabutton3 / js3b.exe / 0 / RCDATA / TFORM6 / TFORM6.txt
Text File  |  1998-10-30  |  1KB  |  67 lines

  1. object Form6: TForm6
  2.   Left = 212
  3.   Top = 47
  4.   BorderStyle = bsToolWindow
  5.   Caption = 'Change Order'
  6.   ClientHeight = 377
  7.   ClientWidth = 364
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object ListBox1: TListBox
  17.     Left = 0
  18.     Top = 0
  19.     Width = 321
  20.     Height = 345
  21.     Font.Charset = GREEK_CHARSET
  22.     Font.Color = clWindowText
  23.     Font.Height = -12
  24.     Font.Name = 'Courier New'
  25.     Font.Style = []
  26.     ItemHeight = 15
  27.     ParentFont = False
  28.     TabOrder = 0
  29.   end
  30.   object upbutton: TBitBtn
  31.     Left = 328
  32.     Top = 0
  33.     Width = 33
  34.     Height = 169
  35.     Caption = 'UP'
  36.     TabOrder = 1
  37.     OnClick = upbuttonClick
  38.   end
  39.   object dnbutton: TBitBtn
  40.     Left = 328
  41.     Top = 176
  42.     Width = 33
  43.     Height = 169
  44.     Caption = 'DN'
  45.     TabOrder = 2
  46.     OnClick = dnbuttonClick
  47.   end
  48.   object BitBtn3: TBitBtn
  49.     Left = 0
  50.     Top = 352
  51.     Width = 177
  52.     Height = 25
  53.     Caption = 'Save'
  54.     TabOrder = 3
  55.     OnClick = BitBtn3Click
  56.   end
  57.   object BitBtn4: TBitBtn
  58.     Left = 184
  59.     Top = 352
  60.     Width = 179
  61.     Height = 25
  62.     Caption = 'Abort'
  63.     TabOrder = 4
  64.     OnClick = BitBtn4Click
  65.   end
  66. end
  67.